| Einhugur Xml Plugin for Xojo |
|
EinhugurXml.XPathQuery Class (console safe)
Class representing XPath precompiled query.
When you call EinhugurXml.Node.SelectNodes with an expression string as an argument, a query object is created behind the scenes. A query object represents a compiled XPath expression. Query objects can be needed in the following circumstances:
You can precompile expressions to query objects to save compilation time if it becomes an issue;
You can use query objects to evaluate XPath expressions which result in booleans, numbers or strings;
You can get the type of expression value via query object.
Query objects correspond to XPathQuery type. They are immutable and non-copyable: they are bound to the expression at creation time and can not be cloned.
Object
XPathQuery
class EinhugurXml.XPathQuery
Constructors
XPathQuery | Constructor which takes in expression query. |
XPathQuery | Constructor which takes in expression query and XPathVariableSet. |
Methods
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS